-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Align default IDs in ReportScreen file #55074
Align default IDs in ReportScreen file #55074
Conversation
…align-default-ids # Conflicts: # src/ROUTES.ts # src/pages/home/HeaderView.tsx
@paultsimura Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
…align-default-ids # Conflicts: # .eslintrc.changed.js # src/ROUTES.ts
After merging the latest main I have a bunch of import related errors: @fabioh8010 @paultsimura Should I resolve them in this PR? |
I think we should treat this in a follow-up PR to avoid overcomplicating this one. |
Reviewer Checklist
Screenshots/VideosAndroid: NativeAndroid.webmAndroid: mWeb Chromechrome.webmiOS: NativeSimulator.Screen.Recording.-.iPhone.15.Pro.-.2025-01-14.at.17.13.18.mp4iOS: mWeb SafariSimulator.Screen.Recording.-.iPhone.15.Pro.-.2025-01-14.at.17.15.07.mp4MacOS: Chrome / SafariScreen.Recording.2025-01-14.at.16.59.32.movMacOS: DesktopScreen.Recording.2025-01-14.at.17.03.48.mov |
…align-default-ids # Conflicts: # .eslintrc.changed.js
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM ✔️
Note
The lint errors will be handled in a follow-up PR to reduce the complexity of these changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work, good to go
@neil-marcellini looks like this was merged without a test passing. Please add a note explaining why this was done and remove the |
Not an emergency, we're going to handle some lint fixes separately as noted by others above. |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/neil-marcellini in version: 9.0.87-0 🚀
|
🚀 Deployed to production by https://github.com/Beamanator in version: 9.0.87-3 🚀
|
Explanation of Change
Align default IDs in ReportScreen file
Fixed Issues
$ #50360
PROPOSAL: N/A
Tests
Offline tests
Same, as in the Tests section
QA Steps
Same, as in the Tests section
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Android: Native
android_1.mp4
Android: mWeb Chrome
android_web_1.mp4
iOS: Native
ios1.mp4
iOS: mWeb Safari
ios_web1.mp4
MacOS: Chrome / Safari
web_1.mp4
MacOS: Desktop
desktop_1.mp4
desktop_2.mp4